
Program:      ZQuadrat v1.2
Description:  Assembly Quadratic Equations Solver
Code:         ASM SQUISHED
Size:         538 bytes
Author:       Emir Sakic
Date:         16.02.2001

This is a TI-83 assembly program that solves quadratic equations.
Program is very fast and easy to use.

1. Send zquadrat.83g to your calculator. Chose "Overwrite" if asked.

2. Start program QUADRAT.

3. The program will display the equation in standard form and ask you for
   coefficients. Enter the a, b and c coefficients and program will solve the 
   equation and display the results.

The ZQuadrat v1.2 can even solve equations with complex-conjugate results. 
If there is only one answer to the equation the program will display a single result. 


The ZQuadrat is written in assembler and squished which makes it very small and fast.

zquadrat.83g consists of following programs:

- quadrat.83p         basic start program                 34  bytes
- zquadrat.83p        main assembly program (squished)    538 bytes
- zasmload.83p        assembly loader program             224 bytes

Never start ZQUADRAT or ZASMLOAD!


If you have any suggestions or comments please e-mail me on
saka@hotmail.com

Copyright (c) 2001 by Emir Sakic
